1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class frmDangNhap
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.groupBox1 = new System.Windows.Forms.GroupBox();
32             
this.txtMatKhau = new System.Windows.Forms.TextBox();
33             
this.txtTenDangNhap = new System.Windows.Forms.TextBox();
34             
this.label2 = new System.Windows.Forms.Label();
35             
this.label1 = new System.Windows.Forms.Label();
36             
this.btnCancel = new System.Windows.Forms.Button();
37             
this.btnOk = new System.Windows.Forms.Button();
38             
this.groupBox1.SuspendLayout();
39             
this.SuspendLayout();
40             
//
41             
// groupBox1
42             
//
43             
this.groupBox1.Controls.Add(this.txtMatKhau);
44             
this.groupBox1.Controls.Add(this.txtTenDangNhap);
45             
this.groupBox1.Controls.Add(this.label2);
46             
this.groupBox1.Controls.Add(this.label1);
47             
this.groupBox1.Location = new System.Drawing.Point(45, 68);
48             
this.groupBox1.Name = "groupBox1";
49             
this.groupBox1.Size = new System.Drawing.Size(272, 95);
50             
this.groupBox1.TabIndex = 4;
51             
this.groupBox1.TabStop = false;
52             
this.groupBox1.Text = "Nhập đầy đủ thông tin";
53             
//
54             
// txtMatKhau
55             
//
56             
this.txtMatKhau.Location = new System.Drawing.Point(106, 59);
57             
this.txtMatKhau.Name = "txtMatKhau";
58             
this.txtMatKhau.Size = new System.Drawing.Size(151, 20);
59             
this.txtMatKhau.TabIndex = 1;
60             
this.txtMatKhau.Text = "123";
61             
this.txtMatKhau.UseSystemPasswordChar = true;
62             
//
63             
// txtTenDangNhap
64             
//
65             
this.txtTenDangNhap.Location = new System.Drawing.Point(106, 30);
66             
this.txtTenDangNhap.Name = "txtTenDangNhap";
67             
this.txtTenDangNhap.Size = new System.Drawing.Size(151, 20);
68             
this.txtTenDangNhap.TabIndex = 0;
69             
this.txtTenDangNhap.Text = "admin";
70             
//
71             
// label2
72             
//
73             
this.label2.AutoSize = true;
74             
this.label2.Location = new System.Drawing.Point(19, 60);
75             
this.label2.Name = "label2";
76             
this.label2.Size = new System.Drawing.Size(55, 13);
77             
this.label2.TabIndex = 0;
78             
this.label2.Text = "Mật khẩu:";
79             
//
80             
// label1
81             
//
82             
this.label1.AutoSize = true;
83             
this.label1.Location = new System.Drawing.Point(16, 30);
84             
this.label1.Name = "label1";
85             
this.label1.Size = new System.Drawing.Size(84, 13);
86             
this.label1.TabIndex = 0;
87             
this.label1.Text = "Tên đăng nhập:";
88             
//
89             
// btnCancel
90             
//
91             
this.btnCancel.Location = new System.Drawing.Point(207, 171);
92             
this.btnCancel.Name = "btnCancel";
93             
this.btnCancel.Size = new System.Drawing.Size(52, 23);
94             
this.btnCancel.TabIndex = 6;
95             
this.btnCancel.Text = "Cancel";
96             
this.btnCancel.UseVisualStyleBackColor = true;
97             
//
98             
// btnOk
99             
//
100             
this.btnOk.Location = new System.Drawing.Point(150, 171);
101             
this.btnOk.Name = "btnOk";
102             
this.btnOk.Size = new System.Drawing.Size(52, 23);
103             
this.btnOk.TabIndex = 5;
104             
this.btnOk.Text = "OK";
105             
this.btnOk.UseVisualStyleBackColor = true;
106             
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
107             
//
108             
// frmDangNhap
109             
//
110             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
111             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
112             
this.ClientSize = new System.Drawing.Size(404, 231);
113             
this.Controls.Add(this.groupBox1);
114             
this.Controls.Add(this.btnCancel);
115             
this.Controls.Add(this.btnOk);
116             
this.Name = "frmDangNhap";
117             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
118             
this.Text = "Đăng nhập hệ thống";
119             
this.Load += new System.EventHandler(this.frmDangNhap_Load);
120             
this.groupBox1.ResumeLayout(false);
121             
this.groupBox1.PerformLayout();
122             
this.ResumeLayout(false);
123
124         }
125
126         
#endregion
127
128         
private System.Windows.Forms.GroupBox groupBox1;
129         
private System.Windows.Forms.TextBox txtMatKhau;
130         
private System.Windows.Forms.TextBox txtTenDangNhap;
131         
private System.Windows.Forms.Label label2;
132         
private System.Windows.Forms.Label label1;
133         
private System.Windows.Forms.Button btnCancel;
134         
private System.Windows.Forms.Button btnOk;
135     }
136 }


Gõ tìm kiếm nhanh...